Skip to content

dep: Go bump github.com/open-policy-agent/opa from 0.70.0 to 1.5.0 #702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps github.com/open-policy-agent/opa from 0.70.0 to 1.5.0.

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.5.0

This release contains a mix of new features, performance improvements, and bugfixes. Among others:

  • Support for AWS SSO credentials provider
  • Support for signing client assertions with Azure Keyvault
  • Faster object.get, walk and builtin-function evaluation
  • Improved guardrails in the parser
  • Improvements to decision logging

Modernized OPA Website (#7037)

The OPA website has been modernized with a new design and improved user experience.

The new site is based on Docusaurus and React which makes it easier to build live functionality and add non-documentation resources. This lays the groundwork for even more improvements in the future!

Documentation for older OPA versions are still available in the version archive.

Authored by @​charlieegan3

Runtime, Tooling, SDK

  • ast: Only use JSON-escaped literal when needed in ref to string convertion (#7550) reported and authored by @​xubinzheng
  • ast: Parser recursion depth guard (#7568) authored by @​thevilledev
  • ast: Retaining SomeDecl Location field when compiler resolves refs (#7543) authored by @​johanfylling
  • bundle: Setting default rego-version in bundle API (#7588) authored by @​johanfylling reported by @​xubinzheng
  • perf: Improved "baseline" metrics of opa bench for trivial queries (#7580) authored by @​anderseknert
  • plugins/decision: Don't drop adaptive uncompressed size limit on upload (#7562) authored by @​sspaink
  • plugins/decision: Set config boundaries to upload_size_limit_bytes (#7563) (authored by @​sspaink)
  • plugins/rest: Add support for AWS SSO credentials provider (#7527) authored by @​efiShtain
  • plugins/rest: Support signing of client assertions with Azure Keyvault (#7462) reported and authored by @​Od1nB
  • plugins/status: Support graceful shutdown timeout (#7576) authored by @​sspaink
  • rego: Don't generate JSON values for wildcard/generated keys in result set (#7567) authored by @​anderseknert
  • runtime: Don't override user set version commit and timestamp (#7471) reported by @​kastl-ars authored by @​sspaink

Planner, Topdown and Rego

Docs, Website, Ecosystem

Miscellaneous

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

1.5.0

This release contains a mix of new features, performance improvements, and bugfixes. Among others:

  • Support for AWS SSO credentials provider
  • Support for signing client assertions with Azure Keyvault
  • Faster object.get, walk and builtin-function evaluation
  • Improved guardrails in the parser
  • Improvements to decision logging

Modernized OPA Website (#7037)

The OPA website has been modernized with a new design and improved user experience.

The new site is based on Docusaurus and React which makes it easier to build live functionality and add non-documentation resources. This lays the groundwork for even more improvements in the future!

Documentation for older OPA versions are still available in the version archive.

Authored by @​charlieegan3

Runtime, Tooling, SDK

  • ast: Only use JSON-escaped literal when needed in ref to string convertion (#7550) reported and authored by @​xubinzheng
  • ast: Parser recursion depth guard (#7568) authored by @​thevilledev
  • ast: Retaining SomeDecl Location field when compiler resolves refs (#7543) authored by @​johanfylling
  • bundle: Setting default rego-version in bundle API (#7588) authored by @​johanfylling reported by @​xubinzheng
  • perf: Improved "baseline" metrics of opa bench for trivial queries (#7580) authored by @​anderseknert
  • plugins/decision: Don't drop adaptive uncompressed size limit on upload (#7562) authored by @​sspaink
  • plugins/decision: Set config boundaries to upload_size_limit_bytes (#7563) (authored by @​sspaink)
  • plugins/rest: Add support for AWS SSO credentials provider (#7527) authored by @​efiShtain
  • plugins/rest: Support signing of client assertions with Azure Keyvault (#7462) reported and authored by @​Od1nB
  • plugins/status: Support graceful shutdown timeout (#7576) authored by @​sspaink
  • rego: Don't generate JSON values for wildcard/generated keys in result set (#7567) authored by @​anderseknert
  • runtime: Don't override user set version commit and timestamp (#7471) reported by @​kastl-ars authored by @​sspaink

Planner, Topdown and Rego

Docs, Website, Ecosystem

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.70.0 to 1.5.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.70.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 30, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants